-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test process user #2978
Add test process user #2978
Conversation
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
… add-test-process-user
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
@YJDoc2 HI, I've fixed the code according to the comments. Could you please check the code? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits, some changes. Please take a look.
tests/contest/contest/src/tests/process_user/process_user_test.rs
Outdated
Show resolved
Hide resolved
tests/contest/contest/src/tests/process_user/process_user_test.rs
Outdated
Show resolved
Hide resolved
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
… add-test-process-user
Signed-off-by: sat0ken <[email protected]>
@YJDoc2 Thank you for review and comment! I fixed code, Could you please check the code? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, some final nitpicks, please check them. Otherwise good 👍
tests/contest/contest/src/tests/process_user/process_user_test.rs
Outdated
Show resolved
Hide resolved
Signed-off-by: sat0ken <[email protected]>
Signed-off-by: sat0ken <[email protected]>
@YJDoc2 Thank you for review and comment! I fixed code, Could you please check the code? |
Signed-off-by: Yashodhan Joshi <[email protected]>
Hey I had a very minor change in the error message , so I did in and pushed. Hope that is ok. Apart from that the PR is good to go so I'll merge. Thanks for your contribution :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks!
ohh it seems we have found a bug in youki : https://github.com/youki-dev/youki/actions/runs/11838247800/job/32986965984?pr=2978 Which means your code is working nicely and helping! From youki side, I'll need to see why providing duplicate gid works when it shouldn't. From tests side I'm letting this go and merge for now, but in my follow up PR on this, I'll update this test. |
Signed-off-by: Yashodhan Joshi <[email protected]>
This implements the process_user validation in #361